home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Je potrebne nastavit spravnu cestu
-
- c:\coding\tasm\bin\tasm32 /ml /m3 /z /q detect23.asm
- c:\coding\tasm\bin\tlink32 /Tpe /V4.0 /aa /c /m /ml detect23.obj,detect23,, w32.lib, detect23.def
-
- del *.obj
- del *.map
-